'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of ExpandedNodeId) _ )
'Usage
Dim collection As IEnumerable(Of ExpandedNodeId) Dim instance As New ExpandedNodeIdCollection(collection)
public ExpandedNodeIdCollection( IEnumerable<ExpandedNodeId> collection )
public: ExpandedNodeIdCollection( IEnumerable<ExpandedNodeId^>^ collection )
Parameters
- collection